home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / server / include / errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-12  |  691 b   |  23 lines

  1. #ifndef _ERRORS_H
  2. #define _ERRORS_H
  3.  
  4. __BEGIN_DECLS
  5.  
  6. /* [in alphabetical order] */
  7.  
  8. #define BADORDERROR    "data received is out of order"
  9. #define CMDACKERROR    "command acknowledgement not received"
  10. #define IDERROR        "identification error"
  11. #define INTERROR       "internal error"
  12. #define INTPARERROR    "internal parsing error"
  13. #define LOGOFERROR     "overflowed logs[] internally"
  14. #define MAXSUBIDERROR  "too many Sub-IDs already connected"
  15. #define NOLOCERROR     "no connections from localhost allowed"
  16. #define PINGERROR      "wrong response"
  17. #define PORTERROR      "invalid source port"
  18. #define VERERROR       "error verifying (wrong response)"
  19.  
  20. __END_DECLS
  21.  
  22. #endif /* _ERRORS_H */
  23.